/* Credits where credits is due */
/* I used sadgrls website builder for this */
/*============================================*/

body {
  cursor:
    url("https://file.garden/aA2l8ug81GreC0q0/cur/pr-molang/normal.png"), auto;
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  letter-spacing: 1px;
  justify-content: center;
  text-align: left;
  margin: 0;
  background-color: #08031a;
  color: #e7ddff;
  background: #beb5c1 url(https://file.garden/aA2l8ug81GreC0q0/img/4zyysx.webp)
    fixed;
  padding: 20px;
}

* {
  box-sizing: border-box;
}

a {
  font-weight: bold;
  color: #9464f5;
}

a:hover {
  color: #7664f5;
}

#container {
  width: 1000px;
  margin: 20px auto;
  padding: 10px;
  border-radius: 20px;
  border-width: 8px;
  background-color: #13092d;
  border: 1px solid #ed64f5;
}

#container a {
  color: #b479de;
  font-weight: bold;
  text-decoration: none;
}

#container a:hover {
  color: #7664f5;
  text-decoration: none;
  cursor: url("../assets/cursors/pen.png"), auto;
}

#header {
  width: 100%;
  background-color: #5e4e8c;
  height: 150px;
  background-image: url("../assets/imgs/city-header.png");
  border-radius: 10px;
  background-size: 100%;
}

/* navigation section!! */
#navbar {
  margin-top: 0;
  background-color: #13092d;
  display: flex;
  justify-content: center;
  padding: 0;

  height: 40px;
  width: 100%;
}

#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly;
}

#navbar li {
  padding-top: 15px;
}

/* Navigation */
#navbar {
  margin-top: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 8px;
  align-items: center;
}

#navbar a {
  color: #b479de;
  font-weight: bold;
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 15px;
  background: #000000;
  padding: 2px 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px dashed #7b5e95;
  border-radius: 10px;
}

#navbar a:hover {
  color: #7664f5;
  text-decoration: none;
  cursor:
    url("https://file.garden/aA2l8ug81GreC0q0/cur/pr-molang/Handwriting.png"),
    auto;
}

#flex {
  display: flex;
}

aside {
  background-color: #241445;
  width: 200px;
  padding: 20px;
  font-size: smaller;
}

main {
  background-color: #43256e;
  flex: 1;
  padding: 20px;
  order: 2;
}

main p {
  text-align: justify;
}

*/ #leftSidebar {
  order: 1;
}

#rightSidebar {
  order: 3;
}

footer {
  background-color: #13092d;
  width: 100%;
  height: 40px;
  padding: 10px;
  text-align: center;
}

h1,
h2,
h3 {
  color: #c894ff;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
  border-bottom: 2px solid #610498;
}

h1 {
  font-size: 25px;
}

strong {
  /* this styles bold text */
  color: #ed64f5;
}

/* this is just a cool box, it's the darker colored one */
.box {
  background-color: #13092d;
  padding: 10px;
  border: 1px dashed #ed64f5;
  border-radius: 10px;
}

/* CSS for extras */

#topBar {
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: smaller;
  background-color: #13092d;
}

@media only screen and (max-width: 900px) {
  #flex {
    flex-direction: column;
  }

  aside {
    width: 100%;
  }

  main {
    order: 1;
  }

  #leftSidebar {
    order: 2;
  }

  #rightSidebar {
    order: 3;
  }

  #navbar {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar-thumb {
  background-color: #610498;
  border: 1px solid #000000;
  border-radius: 6px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background: transparent;
}

/* ===== Status cafe CSS ===== */
#statuscafe {
  height: 90px;
  overflow: auto;
  background-color: #13092d;
  border: 1px dashed #ed64f5;
  border-radius: 10px;
  padding: 10px;

  /* hide scrollbar (Firefox) */
  scrollbar-width: none;

  /* hide scrollbar (IE/Edge old) */
  -ms-overflow-style: none;
}

/* hide scrollbar (Chrome, Safari) */
.logbox::-webkit-scrollbar {
  display: none;
}

#statuscafe-username {
  margin-bottom: 0.5em;
}

#statuscafe-content {
  margin: 3px;
}

/* Cursor */
* {
  cursor: url("../assets/cursors/rabbit.png"), auto;
}

a,
a:hover,
a:hover img {
  cursor: url("../assets/cursors/pen.png"), auto;
}
